From f2a4b2f14cb2178266327d2196e3b4c086a6983f Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Thu, 14 Sep 2017 19:22:31 +0100 Subject: [PATCH] Spinner: Document how to select on animated in CSS This is not particularly obvious, so it seems worth including. --- gtk/gtkspinner.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtkspinner.c b/gtk/gtkspinner.c index 0f410e01a5..06020b3f50 100644 --- a/gtk/gtkspinner.c +++ b/gtk/gtkspinner.c @@ -56,7 +56,8 @@ * * # CSS nodes * - * GtkSpinner has a single CSS node with the name spinner. + * GtkSpinner has a single CSS node with the name spinner. When the animation is + * active, the :checked pseudoclass is added to this node. */ -- 2.30.2